chore(release): 0.16.1#244
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis pull request performs a coordinated version bump from 0.16.0 to 0.16.1 across Rust crates and the Python package, adds a reusable dashboard-download composite GitHub Action, updates publish workflow jobs to use that action, and adds a 0.16.1 changelog entry documenting publish workflow hardening. ChangesVersion 0.16.1 Release
Sequence DiagramsequenceDiagram
participant Runner as GitHub Runner
participant Action as download-dashboard
participant Download as actions/download-artifact@v8
participant GHCLI as gh CLI
participant FS as FileSystem
Runner->>Action: invoke composite action
Action->>Download: attempt download dashboard-dist -> py_src/taskito/static/dashboard
alt download succeeds
Download->>FS: write files (index.html)
Action->>Runner: verify index.html exists -> success
else download fails
Action->>GHCLI: retry download up to 3 times (gh run download ...)
GHCLI->>FS: write files on success
GHCLI->>Action: return status
Action->>Runner: verify index.html exists -> success or fail
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
__init__.py, release.ts, changelog)Changes since 0.16.0
twine checkwithout--strict)Summary by CodeRabbit